Perform the call to the web service.
Syntax
Visual Basic (Declaration) | |
---|
Protected Overridable MustOverride Function OnCallService( _
ByVal currentStreamNumber As Integer, _
ByVal state As TServiceState _
) As TStreamedData |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As ServiceStreamer(Of TStreamedData,TServiceState)
Dim currentStreamNumber As Integer
Dim state As TServiceState
Dim value As TStreamedData
value = instance.OnCallService(currentStreamNumber, state)
|
Parameters
- currentStreamNumber
-
The number of current stream to be processed.
- state
-
User state information.
Return Value
User typed data.
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also